home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / STDLIB.PAK / README < prev    next >
Text File  |  1997-05-06  |  1KB  |  47 lines

  1. Source files for the example programs presented in the standard library 
  2. tutorial.  
  3.  
  4. The files are as follows:
  5.  
  6. alg1.cpp through alg6.cpp:
  7.     These are example programs for the generic algorithms described
  8.     in Section 12.  
  9.  
  10. alg7.cpp:
  11.     Ordered collection generic algorithms from Section 13.
  12.  
  13. calc.cpp:
  14.     The RPN calculator example from Section 10.2.1
  15.  
  16. complx.cpp:
  17.     Complex Number example program.    Section 14.3
  18.  
  19. concord.cpp:
  20.     Concordance program from section 9.3.3
  21.     Note that this program reads the standard input.
  22.  
  23. graph.cpp: 
  24.     Graph program from section 9.3.2.  This does not link on Borland C++
  25.     because the mangled name of a map of strings is too long, so it is
  26.     excluded from the Borland make file.
  27.  
  28. icecream.cpp:
  29.     Event-driven simulation from section 11.3.1
  30.  
  31. radix.cpp:
  32.     radix sort program from section 7.3
  33.  
  34. sieve.cpp:
  35.     prime sieve program from section 5.3.
  36.  
  37. spell.cpp:
  38.     spelling check program from section 8.3
  39.  
  40. tele.cpp:
  41.     telephone database program from section 9.3.1.
  42.  
  43. widwork.cpp:
  44.     widget works inventory program, from section 6.3
  45.  
  46.  
  47.